home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- save:;
- saveAs:;
- print:;
- };
- SUPERCLASS = Object;
- };
- Grab = {
- ACTIONS = {
- orderFrontPrefsPanel:;
- orderFrontInspectorPanel:;
- variableSelection:;
- timedSelection:;
- windowSelection:;
- screenSelection:;
- toggleSound:;
- showInfo:;
- };
- OUTLETS = {
- save;
- close;
- selection;
- selectAll;
- grabWindow;
- inspectorItem;
- selectionItem;
- windowItem;
- useSound;
- soundItem;
- copy;
- cut;
- paste;
- saveAs;
- timedItem;
- screenItem;
- print;
- };
- SUPERCLASS = Application;
- };
-